home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / reqtlsdv.lha / ReqTools / README < prev    next >
Text File  |  1995-12-20  |  56KB  |  1,049 lines

  1.  
  2.                       **********************************
  3.  
  4.                           reqtools.library
  5.  
  6.                           The requester toolkit.
  7.  
  8.                           Release 2.3
  9.  
  10.                           (c) 1991-1994 Nico François
  11.                                    1995 Magnus Holmgren
  12.  
  13.                       **********************************
  14.  
  15.  
  16.    First of all read the DISTRIBUTION file for information on... er well...
  17. distribution :-)
  18.  
  19.    If you have suggestions or remarks about ReqTools, or if you find any
  20. bugs, please let me know.
  21.  
  22.    Contacting the author:
  23.  
  24.      FidoNet:  2:292/603.10 (Nico Francois)
  25.  
  26.      Internet: nico@augfl.be
  27.  
  28.      Mail:     Nico François
  29.                Corbielaan 13
  30.                B-3060 Bertem
  31.                BELGIUM
  32.  
  33.    If you can please use e-mail.  That way you'll stand a much better
  34. chance of getting a reply quickly.
  35.  
  36.  
  37.    ----------
  38.    IMPORTANT!
  39.    ----------
  40.  
  41.    As of release 2.3, the programming is made by:
  42.  
  43.      Magnus Holmgren
  44.      Kvarnbergsvägen 5
  45.      S-444 47  Stenungsund
  46.      SWEDEN
  47.  
  48.      FidoNet:  2:204/204.6  (Magnus Holmgren)
  49.  
  50.      Internet: cmh@lls.se, cmh@augs.se
  51.  
  52.    Please contact me instead, for suggestions, remarks, bug reports and the
  53. like (btw, I prefer e-mail too). If you are interested in updating RTPatch
  54. (for some reasons, I'm not really that interested in putting any large
  55. amount of work into it ;), feel free to contact me as well.
  56.  
  57.    Nico sent me the sources since he didn't have the time to work on
  58. ReqTools.
  59.  
  60.  
  61. Contents
  62. ========
  63.  
  64. 1. Introduction
  65.  
  66. 2. Features
  67.  
  68. 3. Installation
  69.  
  70. 4. Using reqtools.library
  71.  
  72.  
  73. 1. Introduction
  74. ===============
  75.  
  76.     reqtools.library is a standard Amiga shared, runtime library.  The
  77. purpose of ReqTools is to make it a lot quicker and easier to build
  78. standard requesters into your programs.  ReqTools is designed with
  79. Commodore's style guidelines in mind, all requesters have the look-and-feel
  80. of AmigaDOS Release 2.
  81.  
  82.     If you use ReqTools in your programs you do not have to worry about
  83. requesters too much.  You'll have a lot more time to concentrate on the
  84. really important stuff your program does.
  85.  
  86.     The library has been inspired by req.library (by Colin Fox & Bruce
  87. Dawson) and Commodore's own asl.library.  You will find it shares a lot of
  88. the features with these two libraries, while it has some additional ones as
  89. well. While asl.library was great in look-and-feel I felt it lacked quite a
  90. bit in the power department.  This power _is_ mostly available in
  91. req.library, but this doesn't fit in too well with AmigaDOS Release 2.  So
  92. the idea for a new requester library was born.
  93.  
  94.     I tried to make all requesters in ReqTools very powerful, easy to use
  95. and with a very nice new-look 3D interface.  Efficiency was also considered
  96. very important.  The 2.0 version of the library is about 38K large.  I'm
  97. sure you will agree this is not too much considering what ReqTools offers.
  98.  
  99.     ReqTools features the following requesters:  a query requester, a
  100. string requester, a number requester, a file requester, a font requester, a
  101. palette requester and new in release 2.0 of ReqTools a volume requester and
  102. a screen mode requester.
  103.  
  104.  
  105. 2. Features
  106. ===========
  107.  
  108.    The requesters have following features:
  109.  
  110.    All requesters:
  111.  
  112.       o have a pixel-perfect Workbench 2.0 3D look, also on Kickstart 1.3.
  113.       o Completely localized!  If you are using Workbench 2.1 or higher the
  114.         text in ReqTools requesters will appear in the language of your
  115.         Workbench (if the catalog for this language is available).
  116.       o adjust to interlaced screens and to the screen's font (rtEZRequest,
  117.         rtGetLong, rtGetString) or to any fixed-width font if the screen's
  118.         font is proportional (rtPaletteRequest/rtFileRequest/rtFontRequest).
  119.         Requesters can also use any suitable font you specify.
  120.       o can appear under the mouse pointer, centered on the
  121.         screen/in a window or at the top left of the screen/a window.
  122.       o can be used asynchronously.
  123.       o check pr_WindowPtr of your process is to find the screen they should
  124.         appear on (can be overridden).
  125.       o use tags for maximum future extendibility.  All standard 2.0 tags
  126.         are supported (like TAG_SKIP, TAG_MORE, etc.).
  127.       o bring the screen they appear on to the front.  The screen that was
  128.         in front previously will be put in front again when the requester
  129.         finishes (if it is still open).
  130.         This behaviour can be switched off.
  131.       o will always appear in the visible portion of the screen (support of
  132.         virtual screens).
  133.       o are extensively tested using enforcer and mungwall debugging tools.
  134.       o have the ability to lock the parent window from all user input and
  135.         give it a standard wait pointer automatically.
  136.       o can share the IDCMP port of the parent window.
  137.       o supports a callback hook for handling IDCMP messages from a shared
  138.         IDCMP port.
  139.       o have keyboard shortcuts for gadgets (key underlined in gadget
  140.         label). Use Right Amiga key with shortcut if a string gadget is
  141.         active.
  142.       o have a zoom gadget.
  143.  
  144.    rtEZRequest, the query requester:
  145.  
  146.       o easy keyboard shortcuts:
  147.         - Left Amiga V and Left Amiga B (like the standard requesters).
  148.         - Y for positive response.
  149.         - N, R, Esc for negative response.
  150.         - Return can also be used as a shortcut and can be
  151.           associated with any response.  The gadget in question
  152.           will have its text printed bold.
  153.           Default response for Return is the positive response.
  154.         - buttons give visual feedback when keyboard shortcuts
  155.           are used.
  156.         - keyboard shortcuts can be canceled by pressing Shift
  157.           before releasing the key.
  158.         - keyboard shortcuts can be defined to be any character in the
  159.           button's label.  The character in question will be underlined.
  160. *NEW*   - function keys can be used to select the "first" ten gadgets.
  161.       o number of responses only limited by screen width.
  162.       o allows for multiple lines of text.
  163.       o text can be centered in requester (great for about requesters).
  164.       o supports the use of 'printf' formatting codes in text
  165.         and in responses.
  166.       o can be terminated by IDCMP events.
  167.  
  168.    rtFileRequest, the file requester:
  169.  
  170.       o similar in use and look-and-feel as Asl file requester.
  171.       o buffers directories in memory.
  172.       o files and directories can be added or removed from the buffer
  173.         by the calling program.
  174.       o can be put in save mode, disabling double-clicks and asking you if
  175.         directories that can't be found (entered manually) should be
  176.         created.
  177.       o optional callback hook for verification of files before they are
  178.         added to the buffer.
  179.       o supports multiple selection of files and optionally of directories.
  180.       o when multi-select is on All, Clear and Match.. buttons are
  181.         available. All selects, and Clear unselects all files.  Match..
  182.         brings up a requester where the user can enter a pattern to select
  183.         files.
  184.       o can be used as a directory requester (showing no files).
  185.       o optional pattern gadget to match files on.
  186.       o shows all devices (with volume names) and all assigns made.
  187.       o supports TABCYCLE under 2.0
  188.       o pattern matching supports _ALL_ AmigaDOS 2.0 patterns.
  189.       o can be used as a volume requester to get a device or an assign
  190.         from the user.
  191.       o can be resized in height to show more files.
  192.       o Shows disk percentage used next to volume names.
  193.       o Allows you to enter paths in the filename string gadget.  If the
  194.         requester finds a path in the filename it will change the directory
  195.         to that path.  So if you e.g. enter 'Devs:mountlist' in the filename
  196.         gadget the requester will read the 'Devs:' directory and set the
  197.         filename gadget to 'mountlist'.  If you enter 'printers/' it will go
  198.         into the printers directory. Enter '/' to go to the parent
  199.         directory.
  200.       o Completely keyboard controlable: use up and down cursor keys to
  201.         select files or directories.  Use Shift-Up and Shift-Down to jump
  202.         by one window-full.  Use Ctrl-Up and Ctrl-Down to jump to the start
  203.         or end of the directory.
  204.  
  205.    rtFontRequest, the font requester:
  206.  
  207.       o buffers all fonts in memory.
  208.       o shows sample of font you click on.
  209.       o can be also be used to select the font's style.
  210.       o supports color fonts, can change the screen's palette.
  211.       o supports scaled fonts (AmigaOS Release 2 only).
  212.       o optional callback hook for verification of fonts before they are
  213.         added to the buffer.
  214.       o supports TABCYCLE under 2.0
  215.       o can be resized in height to show more fonts.
  216.       o makes sure selected font is visible in listview when it comes up.
  217.  
  218.    rtScreenModeRequest, the display mode requester (Kickstart 2.0+ only!):
  219.  
  220.       o all modes in the DisplayInfo database can be displayed.
  221.       o allows you to pick a standard overscan setting.
  222.       o user may enter prefered size or choose to get the defaults.
  223.       o number of colors selectable.
  224.       o can be put up with the attributes from a given screen.
  225.       o optional callback hook for examining a display mode before it is
  226.         added to the requester.
  227.       o can be resized in height to show more modes.
  228.       o makes sure selected mode is visible in listview when it comes up.
  229.  
  230.    rtPaletteRequest, the palette requester:
  231.  
  232.       o features Copy, Swap and Spread functions.
  233.       o current values of red, green and blue are displayed.
  234.       o returns the selected color.
  235.  
  236.    rtGetLong, the long integer requester:
  237.  
  238.       o width of requester can be set by caller.
  239.       o a minimum and maximum can be supplied and will be displayed
  240.         in the requester.
  241.       o a value to show up when the requester appears can be supplied.
  242.       o can display buttons with several possible responses.
  243.       o invisible entry is possible (useful for getting a code number).
  244.       o patterned backfill of requester can be switched on or off.
  245.       o some line(s) of (centered) text may be displayed above the entry
  246.         gadget to give the user some extra information.
  247.  
  248.    rtGetString, the string requester:
  249.  
  250.       o width of requester can be set by caller.
  251.       o a string to show up when the requester appears can be supplied.
  252.       o can display buttons with several possible responses.
  253.       o invisible entry is possible (useful for getting a password).
  254.       o patterned backfill of requester can be switched on or off.
  255.       o some line(s) of (centered) text may be displayed above the entry
  256.         gadget to give the user some extra information.
  257.  
  258.  
  259. 3. Installation
  260. ===============
  261.  
  262.    To install reqtools.library copy it to your Libs: directory by hand, or
  263. run the installation script 'Install' (by using 'Execute' from the Shell or
  264. by double-clicking its icon).
  265.  
  266.    If you are running Workbench 2.1 or higher you will have the possiblity
  267. to use ReqTools in different languages.  Just use the appropriate install
  268. script in the Install/Workbench_2.1+ directory.
  269.  
  270.  
  271. 4. Using reqtools.library
  272. =========================
  273.  
  274.    If you are a C programmer all you need to do is include the correct
  275. header ('libraries/reqtool.h') and open reqtools.library. After that you
  276. can use the functions in the library as if they were C functions. If your
  277. program quits it must of course close the library again. See 'demo.c' for
  278. an example.
  279.  
  280.    Glue code for several compilers/languages is included with ReqTools 2.4.
  281. Look in the Glue directory of the ReqTools distribution to see if glue code
  282. exists for your compiler and/or programming language.  If it doesn't and
  283. you write your own please send it to me and I'll include it in the next
  284. release of ReqTools.
  285.    Note that the source for the Manx C libraries is the same as for the
  286. SAS/C libraries.  See the README.Manx file in the archive
  287. 'Glue/Sas-C/LibSource.lha'.
  288.    Manx C users may have to edit 'libraries/reqtools.h' and change the
  289. library (GfxBase, IntuitionBase, etc.) fields to rt_GfxBase,
  290. rt_IntuitionBase etc. Seems there is a bug in some versions of the Manx C
  291. compiler that has problems otherwise.  Let's hope this gets fixed soon :-)
  292.  
  293.    Functions allowing a variable number of arguments can't be called using
  294. pragmas (in-line library calls, no glue code required).  So if you use
  295. these you must always link with LIB:reqtools.lib or LIB:reqtoolsnb.lib (for
  296. SAS-C, or with the specific libraries for your compiler/language).
  297.  
  298.    Assembly programmers should also include the correct files and open
  299. reqtools.library.  To call a function they must load A6 with the library
  300. base, put the arguments in the appropriate registers and jump to the
  301. library vector offset of the function they want to call.
  302.  
  303.    Remember to open the library with a specific version number if you wish
  304. to use features only found in that version (for example: screen mode
  305. requester).
  306.  
  307.    All library functions are explained in the autodoc file 'reqtools.doc'.
  308.  
  309.                                                        Enjoy.
  310.  
  311.  
  312. 5. The Future
  313. =============
  314.  
  315.    This release is only a minor update, so I've tried to keep things as
  316. they were. I don't intend to make any major work to the current sources
  317. (maybe some minor updates and bug fixes), as my intention is to make a
  318. (more or less) complete rewrite of ReqTools. I have the famous TODO file
  319. Nico maintained, and I'll try to add any useful suggestions found therein.
  320. There are also some other nice features planned, like e.g. an API (so that
  321. the application - or external "modules" - can extent ReqTools). Exact
  322. details have not yet been worked out.
  323.  
  324.    If you have a suggestion you don't think is in the TODO file, feel free
  325. to tell me about it.
  326.  
  327.  
  328.                                LIBRARY HISTORY:
  329.  
  330. *****************************************************************************
  331. RELEASE 1.0 (Library version 37.556 [1.3] - 37.670 [2.0])
  332.  
  333.     First release.
  334.  
  335. *****************************************************************************
  336. RELEASE 1.0a (Library version 37.557 [1.3] - 37.673 [2.0])
  337.  
  338.     Fixed two minor bugs:
  339.       - if a directory could not be found and you re-invoked the file
  340.         requester it wouldn't check the directory again.
  341.       - devices like PRT:, CON:, etc. now no longer show up in the device
  342.         list of the 2.0 file requester.
  343.  
  344. *****************************************************************************
  345. RELEASE 1.0b (Library version 37.566 [1.3] - 37.678 [2.0])
  346.  
  347.     Fixed bug: entering a pattern when a file requester's directory was
  348.       invalid could cause a crash.
  349.     rtGetString() and rtGetLong() 2.0 requester windows no longer have close
  350.       gadgets.
  351.     Font requester entries are "release verify" instead of "immediate".
  352.     If no minimum or maximum is given for the GetLong requester it will not
  353.       be displayed (1.0 and 1.0a displayed MAXINT or MININT).
  354.     Minor cosmetic adjustments to file, font and palette requesters.
  355.     Oberon interface to the library included.
  356.  
  357. *****************************************************************************
  358. RELEASE 1.0c (Library version 37.592 [1.3] - 37.718 [2.0])
  359.  
  360.     Boopsi dispatch function for rtEZRequestA() buttons optimized (ReqTools
  361.       for Kickstart 2.0).  Occasional flicker just about eliminated.
  362.     Enlarged buttons a bit in rtGetLongA(), rtGetStringA() and the file, font
  363.       and palette requesters.
  364.     Width of scroller gadget in file requester window increased.
  365.     File string gadget is cleared when 'All' or 'Match..' is used.  This
  366.       wasn't done before and could result in unexpected multi-select results.
  367.     Visual feedback for keyboard shortcuts improved (rtEZRequestA()).  Button
  368.       stays depressed as long as the key in question is held down, but still
  369.       for a minumum of 1/10 sec.  New feature:  shortcuts can be canceled by
  370.       pressing Shift before releasing the key.
  371.     Minor bug fix: keyboard shortcuts V and B now really only work together
  372.       with the Left Amiga key.  Used to work without the qualifier.
  373.     rtEZRequestA(), rtGetLongA() and rtGetStringA() will no longer call the
  374.       DOS function Delay(), so they may from now on be called by tasks.
  375.       Every ReqTools requester, except the file and font requesters (they use
  376.       DOS for obvious reasons), can be called from a task.
  377.     EZRequest with only one button now responds to the Return key, whether
  378.       EZREQF_NORETURNKEY is set or not.
  379.     Fixed small bug in libraries/reqtools.i include file.  rtfi_Hook and
  380.       rtfo_Hook were followed by a ; and this could lead to problems.
  381.     Libraries (reqtoolss.lib and reqtoolssr.lib) for Dice C included.
  382.     Pre-release (0.91ß) of RTPatch patcher program included.
  383.  
  384. *****************************************************************************
  385. RELEASE 1.0d (Library version 37.600 [1.3] - 37.726 [2.0])
  386.  
  387.     rtEZRequestA(), rtGetStringA() and rtGetLongA() now switch the processor
  388.       stack to ensure sufficient stack space for the function to succeed.
  389.     Fixed bug in rtGetLong() requester in 2.0 version of ReqTools.  Used to
  390.       return TRUE and a random value if the user pressed Ok when the integer
  391.       gadget was empty.
  392.     File requester is somewhat larger by default.
  393.     Improved automatic requester resizing (if requester would become too big
  394.       for the screen).
  395.     File requester (in save mode) no longer asks "Create drawer?" when you
  396.       entered a drawer string containing a non-existing volume (e.g. 'FOO:').
  397.     Entries in file requester are now sorted immediately when you select the
  398.       slider gadget and not when you release it (1.3 version of ReqTools).
  399.     Latest revision of Oberon interface included.
  400.     Modula-2 interface to the library included.
  401.     Manx C interface to the library included.
  402.  
  403. *****************************************************************************
  404. RELEASE 1.0e (Library version 37.600 [1.3] - 37.726 [2.0])
  405.  
  406.     Rearranged directories a bit.  All glue code now in one directory.
  407.     Installation script now uses Commodore's Installer utility.
  408.     Two Modula-2 interfaces to the library are now included, one for M2Sprint
  409.       and one for M2Amiga.
  410.     Some bugs in the Dice C libs have been fixed (thanks to Magnus Holmgren).
  411.     Interface for HiSoft's HighSpeed Pascal included.
  412.  
  413. *****************************************************************************
  414. RELEASE 2.0 (Library version 38.347 [1.3] - 38.693 [2.0])
  415.  
  416.     All requesters now have keyboard shortcuts.
  417.     Kickstart 2.0 version of ReqTools has been localized.  As long as the
  418.       appropriate catalog file exists ReqTools will appear in the user's
  419.       selected langauge.
  420.     New requester: rtScreenModeRequestA().  A screen mode requester. Can be
  421.       used to get a screen mode, size, depth and overscan type from the user.
  422.       This requester is only available on Kickstart 2.0 or higher, but also
  423.       present in the Kickstart 1.3 version of ReqTools.
  424.     File, font and screenmode requesters are now resizable (in height).
  425.     Font, volume and screen mode requesters will now make sure the current
  426.       entry is visible in the listview when the requester first comes up.
  427.     Improved DOWILDFUNC hook interface.  New tag: RTxx_FilterFunc. Old hook
  428.       interface (using req->Hook and FREQF_DOWILDFUNC flag) is still
  429.       supported, but declared obsolete.  Don't use in new code.
  430.     Several new tags:
  431.       o RT_Locale:  specify a locale to be used instead of the default one.
  432.         Ignored if locale.library isn't present in the system or you are
  433.         using the Kickstart 1.3 version of ReqTools.
  434.       o RT_ShareIDCMP and RT_IntuiMsgFunc:  All requesters can now share
  435.         their IDCMP port with the parent window.  A callback hook for
  436.         intuition messages received not concerning the requester can also be
  437.         set using the RT_IntuiMsgFunc tag.
  438.       o RT_LockWindow:  Enables you to make ReqTools lock the parent window
  439.         from all user input and give the window a standard wait pointer.
  440.         After the requester returns the window will be unlocked and will get
  441.         its original pointer back.
  442.       o RT_Underscore:  With this tag it is possible to define keyboard
  443.         shortcuts for buttons.  You can ask ReqTools to underline a character
  444.         in the button's label and use this as a shortcut.
  445.       o for rtGetString() and rtGetLong(): RTGS_GadFmt, RTGS_GadFmtArgs,
  446.         RTGL_GadFmt and RTGL_GadFmtArgs.  With these tags you may give the
  447.         user several ways out of the string/long requester.
  448.       o for rtGetString() and rtGetLong(): RTGS_Invisible and RTGL_Invisible.
  449.         Can be used to switch on invisible typing to get a password or a code
  450.         number from the user.
  451.       o RTGS_TextFmt, RTGL_TextFmt, RTGS_TextFmtArgs and RTGL_TextFmtArgs:
  452.         These tags allow you to supply some line(s) of text that should be
  453.         printed above the string/integer gadget in the rtGetString() or
  454.         rtGetLong() requesters.
  455.       o RTGS_Flags and RTGL_Flags:  Set certain flags for rtGetString() and
  456.         rtGetLong() requesters.  Used to set the GSREQF_CENTERTEXT or
  457.         GLREQF_CENTERTEXT flags.
  458.       o RTGS_BackFill and RTGL_BackFill:  Switch the patterned backfill in
  459.         the rtGetString() and rtGetLong() requesters on or off.
  460.       o RT_ScreenToFront:  Allows you to switch of the default behaviour of
  461.         popping the screen the requester appears on to the front.
  462.       o RT_TextAttr:  Allows you to specify a font a requester should use
  463.         instead of the screen or default font.
  464.       o RTFI_VolumeRequest:  New flavor of file requester: volume requester.
  465.         Allows you to easily get a device/assign from the user.
  466.       o RTFI_AllowEmpty:  Enables you to allow the file requester to accept
  467.         an empty filename.  Normally cancels the requester if no filename
  468.         was entered.
  469.     Changes to file requester:
  470.       o Shows disk percentage used next to volume names.
  471.       o 'Hide .info' cycle gadget gadget in file requester replaced by
  472.         '.info' toggle gadget next to filename string gadget.
  473.       o Will no longer automatically change directories to their full
  474.         pathname.  Will only do so when needed (e.g. parent of an assign).
  475.       o Allows you to enter paths in the filename string gadget.  If the
  476.         requester finds a path in the filename it will change the directory
  477.         to that path.
  478.       o Completely keyboard controlable: use up and down cursor keys to
  479.         select files or directories.  Use Shift-Up and Shift-Down to jump
  480.         by one window-full.
  481.       o 1.3 version has a 2.0-look sizing gadget and bottom border.
  482.       o Changed 'Disks' to 'Volumes'.
  483.       o Changed '(dir)' to 'Drawer' (right justified).
  484.       o Assigns now displayed differently (with 'Assign' right justified).
  485.       o Added an indicator for number of selected files (if multiselect on).
  486.       o No longer shows 'Add', 'Match..' and 'Clear' gadgets if no multi-
  487.         select is possible.
  488.     New library functions:
  489.       o rtLockWindow() and rtUnlockWindow():  easily lock a window from user
  490.         input and give it a standard wait pointer.
  491.       o rtCloseWindowSafely():  close a window with a shared IDCMP port.
  492.     Updated glue code:
  493.       o Oberon interface updated for ReqTools V38.
  494.       o SAS/C, Manx C and Dice glue code updated for ReqTools V38.
  495.       o New HighSpeed Pascal (for ReqTools V38) interface written by
  496.         Gunter Indenhoek included.
  497.     Demo updated to demonstrate new features of ReqTools 2.0.
  498.     Version 1.0 of RTPatch patcher program included.  Patches req.library,
  499.       arp.library and asl.library to use ReqTools requesters instead.
  500.  
  501. *****************************************************************************
  502. RELEASE 2.0a (Library version 38.350 [1.3] - 38.693 [2.0])
  503.  
  504.     Aaaargh!  Just one day after releasing ReqTools 2.0 a MAJOR bug turned
  505.       up in the Kickstart 1.3 version:  rtLockWindow() was broken!!  Only
  506.       turned up when running on 1.3, since on 1.3 there seems to be no return
  507.       value from intuition.library/Request() (So C=, your autodocs have a bug
  508.       in them as well :-).  Bug fixed.
  509.     Fixed broken install script for Workbench 1.3.
  510.  
  511. *****************************************************************************
  512. RELEASE 2.0b (Library version 38.358 [1.3] - 38.803 [2.0])
  513.  
  514.     Installer is no longer distributed with ReqTools. It is copyrighted by
  515.       Commodore and can only be distributed under license. If you have
  516.       Installer (preferably version 2.12 or higher) make sure it is in your
  517.       command path so the install scripts will work. If you don't have
  518.       Installer you'll have to install ReqTools manually, sorry.
  519.     When you use the up/down arrows in the file requester and no file is
  520.       highlighted yet, ReqTools will now highlight the file at the top of
  521.       the visible area (instead of the first file in the list).
  522.     Some small changes in demo, now demonstrates min/max with rtGetLong(),
  523.       return value when RTGS_GadFmt is used and multi-selection in the file
  524.       requester.
  525.     Changed RTGL_BackFill and RTGS_BackFill tags to use the same spelling as
  526.       WA_BackFill in intuition.h (with a capital F).  Be sure to install the
  527.       new include files.
  528.     Install scripts for Workbench 2.0 or higher now also try to update
  529.       RTPatch (if the the file is found in C: or SYS:WbStartup).
  530.     Added icons for install scripts for all 10 languages.  Install strings
  531.       are all more or less translated.  Catalog translation files of all
  532.       languages not supported yet are now also included, making it easier to
  533.       translate ReqTools.
  534.     From this release on ReqTools will make sure the Dir field of the file
  535.       requester structure is pointing to the current directory while in the
  536.       file filter callback hook (RTFI_FilterFunc).
  537.     Changes in the Kickstart 2.0 version of ReqTools:
  538.       o All requesters use simple refresh windows.  Window refreshing is a
  539.         bit slower, but a lot of chip memory is saved.  Very important when
  540.         you use the requesters on screens with a lot of colors/bitplanes.
  541.       o All requesters have a backfill hook installed that will fill the
  542.         background of the window with the DrawInfo pen BACKGROUNDPEN.  The
  543.         DetailPen and BlockPen of the requesters will now also be set to
  544.         DrawInfo pens (BACKGROUNDPEN and SHADOWPEN).
  545.     Bug fixes:
  546.       o When the RTGL_GadFmt or RTGS_GadFmt tag was used the requester did
  547.         not return the correct value.
  548.       o Small problem with requester resizing on virtual screens. Maximum
  549.         number of entries was restricted to fit the visual area. The maximum
  550.         height of the requester's window is now also set correctly.
  551.       o Empty (current) directory no longer cancels the directory requester.
  552.       o Font requester in Kickstart 1.3 version of the library didn't
  553.         show a font if the font was previously opened in another height.
  554.       o Field rt_Flags in 'libraries/reqtools.[hi]' changed to rt_RTFlags
  555.         since it conflicted with the rt_Flags field in 'rexx/storage.[hi]'.
  556.         Shouldn't cause any problems since the field was private anyway.
  557.       o Entering a something like 'MAIL:/' to go to the parent directory
  558.         of MAIL: now works.
  559.     Some small errors and omissions fixed in the autodoc.
  560.     French catalog revised by David Lebel.  Thank you David for correcting
  561.       my lousy french :-)
  562.     Italian and Swedish catalog files included (thanks Michele and Patrik).
  563.     Updated/bug-fixed Oberon interface included.
  564.     Version 1.0a of RTPatch included.
  565.  
  566. *****************************************************************************
  567. RELEASE 2.0c (Library version 38.362 [1.3] - 38.810 [2.0])
  568.  
  569.     Fixed Enforcer hit in file, font and screenmode requesters of the
  570.       Kickstart 2.0 version of the library.
  571.     Fixed bug: when the pr_WindowPtr of the calling process was -1 and you
  572.       used a tag that needed a parent window (like RT_LockWindow or RT_ReqPos
  573.       with REQPOS_CENTERWIN) ReqTools could crash.
  574.     Pattern and drawer string gadgets no longer refresh the directory in the
  575.       requester if they aren't changed.  Especially useful if you cycle
  576.       through the string gadgets with TAB (Kickstart 2.0 version).
  577.     Included a README file explaining ReqTools' installation scripts need
  578.       Commodore's Installer utility.
  579.     Include file 'libraries/reqtools.h' fixed.  This used a BPTR without
  580.       including 'libraries/dos.h'. Thanks to Olaf Barthel for reporting this.
  581.     Danish catalog file included (thanks Per).
  582.     Version 1.0b of RTPatch included.
  583.  
  584. *****************************************************************************
  585. RELEASE 2.1 (Library version 38.382 [1.3] - 38.961 [2.0])
  586.  
  587.     New major feature: ReqTools preference editor (Kickstart 2.0+ only)!
  588.       o Switch screen to front popping on/off.
  589.       o Display drawers before files in file requester.
  590.       o Mix drawers and files in file requester.
  591.       o Sort entries in file requester immediately.
  592.       o Set default position of all requesters.
  593.       o Set default size of file, font, screenmode and volume requesters.
  594.       o Set minumum and maximum number of entries visible in file, font,
  595.         screenmode and volume requesters.
  596.     Kickstart 2.0 (or higher) version of ReqTools only:
  597.       o The file requester will keep its top entry up to date with what is
  598.         typed in the filename string gadget.  Pressing the up or down arrow
  599.         will select the file that most closely matches the contents of the
  600.         filename string gadget.
  601.       o Entering of pathnames in the filename string gadget has been
  602.         improved.  The file requester will now check if what you enter is a
  603.         directory.  This allows you to enter directories without a trailing
  604.         '/' (for example 'SYS:c').
  605.       o rtSetWaitPointer() and rtLockWindow() will set the standard Intuition
  606.         wait pointer on Kickstart 3.0 machines.  Note that rtUnlockWindow()
  607.         will _not_ restore the original pointer if it was a new pointerclass
  608.         pointer (Kickstart 3.0)!
  609.       o File requester is an AppWindow now.  This means you can drop disk,
  610.         drawer or file icons on the requester's window to go to a directory
  611.         or select a file.
  612.       o All requesters now set an appropriate bitplane write mask in the
  613.         rastport of their windows.  This makes them render and scroll much
  614.         faster on a screen with lots of bitplanes/colors.
  615.     Available system fonts will now be buffered for _all_ font requesters.
  616.       This speeds up font requesters enormously, a font scan is generally
  617.       needed only once now.  The version of ReqTools for Kickstart 2.0 (or
  618.       higher) has been made intelligent enough to see if the assign has been
  619.       changed between two requests.  ReqTools will free the buffer when
  620.       memory gets low.  Note that to accomplish this ReqTools keeps its
  621.       library open count 0.  A real open count is kept internally.
  622.     File requester will no longer show deferred (late) assigns.
  623.     Several bug fixes:
  624.       o Small bug: was no longer possible to exit volume/assign list by
  625.         pressing Return in the drawer gadget without changing the directory.
  626.       o Fixed weird bug with the selection of listview entries.  If you
  627.         selected a non-existing item and dragged the mouse up, an item above
  628.         all others would be complemented.  Thanks to Mathias Korsbäck for
  629.         reporting this.
  630.       o No longer goes into an endless loop when LOCALE: could not be found
  631.         when a catalog had to be loaded.  Thanks to Holger Kruse for
  632.         reporting this.
  633.       o Resizing a file requester with an inexisting directory and with the
  634.         volume list displayed resulted in a crash.
  635.       o Some other miscellaneous bugfixes.
  636.     Norwegian catalog file included (thanks Mario).
  637.     Improved and bug fixed Dice C libraries included (by Magnus Holmgren).
  638.       Includes libs for small code model, large code model and both of these
  639.       with the arguments passed in registers.
  640.     M2Amiga interface updated for ReqTools V38 by Frank Lömker.
  641.     PCQ Pascal interface to the library included, written by Chris Pressey.
  642.     Version 1.1 of RTPatch included.
  643.  
  644. *****************************************************************************
  645. RELEASE 2.1a (Library version 38.385 [1.3] - 38.1002 [2.0])
  646.  
  647.     Serious bug fixed: file requester would crash if you tried to type a
  648.       filename in a requester with a shared IDCMP port.
  649.     Some other small bug fixes.
  650.     rtGetString() and rtGetLong() will activate the string/integer gadget
  651.       when the requester window becomes active.  This should make life easier
  652.       for people using AutoPoint or other sunmouse-like utilities.
  653.     New keyboard shortcuts for file requester:  pressing Control-Up/Down will
  654.       bring you to the start/end of the directory list.
  655.     Kickstart 2.0 (or higher) version of ReqTools only: Faster directory
  656.       reading from a fast hard disk or ram disk.  The file requester now
  657.       tries to read as many files as possible in .5 seconds. If this time-out
  658.       expires, or all files have been read, the display is updated for the
  659.       first time.  After this initial time-out period the display will be
  660.       updated every .2 seconds.  This reduces the amount of rendering calls
  661.       substantially and therefore results in faster directory loading.
  662.     German catalog for preference editor included.  German strings in install
  663.       script have also been updated (by Steffen Salzmann, thanks Steffen).
  664.     Danish catalog for preference editor included (thanks Per).
  665.  
  666. *****************************************************************************
  667. RELEASE 2.1b (Library version 38.388 [1.3] - 38.1017 [2.0])
  668.  
  669.     Recompiled with SAS/C 6.1: fixes bug of the filerequester not returning
  670.       CALL_HANDLER when the RT_ReqHandler tag was used.  Seems SAS/C 6.0
  671.       converted (APTR)0x80000000 to 0.  Don't you just love compiler bugs :-)
  672.     File requester will clear the current selection when the filename string
  673.       gadget is changed.  This allows you to use the filename completion
  674.       multiple times in a row.  Also, using Amiga-X in the string gadget will
  675.       no longer bring you to the start of the directory.
  676.     RTSC_ModeFromScreen will now correctly set the autoscroll setting.  The
  677.       default autoscroll setting is now also correctly read from the screen
  678.       the requester will appear on.  Changed reqtools.doc to reflect this
  679.       change.
  680.     Volume and directory requesters will no longer exit when Shift Return is
  681.       pressed (special request by per Jacobsen :-).
  682.     Kickstart 2.0 version of ReqTools only:  Requesters with an inactive
  683.       parent window (using the RT_Window tag) will also open in inactive
  684.       state.  Suggested by Jorrit Tyberghein.
  685.     Now respects EZREQF_NORETURNKEY flag also for single button EZRequesters,
  686.       so the Return shortcut is disabled.  Thanks to Bert Wynants for
  687.       pointing this out.  As a result of this most single-button requesters
  688.       will have their buttontext printed in bold, showing you can use the
  689.       return key.
  690.     String gadget edit hook changed to be more according to the rules (using
  691.       sgwork->EditOp instead of checking for Amiga-X and Amiga-Q by itself).
  692.     Some small bugs in include files fixed.  Thanks to Magnus Holmgren and
  693.       Per Jacobsen for reporting these.
  694.     Italian catalog for preference editor included (thanks Michele).
  695.     Spanish catalogs for library and preference editor included.  Translated
  696.       by Juan Carlos Sanchez Garcia.  I had to edit the catalog for the
  697.       preference editor so the prefs window would fit on a 640x200 screen.
  698.       My apologies to spanish ReqTools users if I made mistakes in doing so.
  699.     German catalog file for preference editor fixed.
  700.     Version 1.1a of RTPatch included.
  701.  
  702. *****************************************************************************
  703. RELEASE 2.1c (Library version 38.388 [1.3] - 38.1020 [2.0])
  704.  
  705.     Requesters with an inactive parent window will no longer open inactive.
  706.       This new feature of ReqTools 2.1b was removed since it was more
  707.       annoying than helpful.  Jorrit will be shot at dawn... ;-)
  708.     Palette color spread function was broken in Kickstart 2.0 version of the
  709.       library.  Fixed.  Thanks to Jesper Juul for reporting this bug.
  710.     New danish catalogs and danish install text included (thanks Jesper).
  711.     German catalog for library fixed, some keyboard shortcut keys were used
  712.       twice.
  713.     French catalog for preference editor included (thanks Benoit).
  714.  
  715. *****************************************************************************
  716. RELEASE 2.1d (Library version 38.388 [1.3] - 38.1022 [2.0])
  717.  
  718.     Major new feature: rexx interface to the library.  RexxReqTools is a
  719.       small library that offers lots of rexx commands to use just about all
  720.       ReqTools requesters.  Many thanks to Rafael D'Halleweyn for writing
  721.       this library and giving me permission to include it with ReqTools.
  722.     Finally fixed the refresh bug in the Kickstart 2.0 version of ReqTools.
  723.       Seems it was a bug in the 3.00 ROM.  ReqTools now uses the 'bug-less'
  724.       ScrollWindowRaster() for its window scrolling on 3.0.  Thank you
  725.       Peter Cherna! :-)
  726.     A small bug popped up in the rewriting of the string gadget edit hook
  727.       (Kickstart 2.0 version of ReqTools): keyboard shortcuts were no
  728.       longer possible from integer gadgets.  Fixed.
  729.     Added extra message to install script.  Must still be translated for all
  730.       languages except english and dutch.
  731.     Fixed bug in 'reqtools.i'.  Missing rtfi_IntuiMsgFunc, rtfo_IntuiMsgFunc
  732.       and rtsc_IntuiMsgFunc caused several offsets to be wrong.  Thanks to
  733.       Dirk Vangestel for reporting this.
  734.     Fixed bug in SAS/C and Manx C glue code.  Stubs for rtReqHandler() and
  735.       rtReqHandlerA() didn't save the A6 register.
  736.     Included assembly version of demo source (converted by Dirk Vangestel).
  737.     Most glue code has been archived with LhA (not everyone needs all the
  738.       glue code, just de-archive what you need).
  739.     Fixed enforcer hit in ReqTools preference editor, version 2.1a included.
  740.     Version 1.1b of RTPatch included.
  741.  
  742. *****************************************************************************
  743. RELEASE 2.1e (Library version 38.388 [1.3] - 38.1042 [2.0])
  744.  
  745.     Fixed bug in 'clib/reqtools_protos.h' include file: rtFontRequest() and
  746.       rtScreenModeRequest() had wrong prototypes causing the ReqHandler
  747.       feature to fail to work (without casting).  Thanks to Ebbe Holleris
  748.       Petersen for reporting this problem.
  749.     Fixed small problem in rtEZRequest() requester: if body text was too
  750.       large to fit on the screen and was clipped you could not click on the
  751.       requester's buttons.
  752.     Fixed problem with leading '/' in paths entered in file string gadget.
  753.     Fixed enforcer hits when typing in font requester size gadget.
  754.     Fixed problem with first Shift Down in a file requester with less
  755.       entries than are possibly visible selecting a non-existant entry.
  756.     Fixed problem with typing a single '/' in the path gadget.  This caused
  757.       the file requester to jump to the parent, but the path gadget was
  758.       incorrectly cleared.
  759.     Bug fix: palette requester didn't correctly restore the correct colors
  760.       when it was canceled on an AGA machine with colors from a 24 bit
  761.       palette.  Thanks to Felix Braun for reporting this.  Full AGA support
  762.       will be something for the next release.
  763.     Fixed bug in backfill code.  Didn't always clear window background
  764.       properly on screens with more than 2 bitplanes.  Thanks to David Nouls
  765.       for reporting this.
  766.     Stack checking code in Kickstart 2.0 version of the library completely
  767.       rewritten.  Now uses exec.library StackSwap() to swap the stack.
  768.     Glue code for SAS/C enhanced.  Code hunks are now named 'text' instead
  769.       of 'code', allowing real small code linking.  Glue code now supports
  770.       the autoinitialization and autotermination feature of SAS/C 6.0.  If
  771.       you define ReqToolsBase as external and link with reqtools.lib or
  772.       reqtoolsnb.lib, reqtools.library will be automatically opened.
  773.       Thanks to Brian Ipsen for the suggestion.
  774.     Fixed small bug with rtSetWaitPointer() in HighSpeed Pascal interface.
  775.     Portugese catalogs and install text for library and preference editor
  776.       included.  Translated by Pedro Aguiar.
  777.     Added 'Español' and 'Português' check boxes to languages in install
  778.       script.
  779.     German strings in install script updated by Steffen Salzmann.
  780.     Swedish catalog for library adjusted a bit.
  781.     GCC interface to the library included.  Written by Marc Duponcheel.
  782.     Release 1.2b of RexxReqTools included.
  783.  
  784. *****************************************************************************
  785. RELEASE 2.1f (Library version 38.390 [1.3] - 38.1095 [2.0])
  786.  
  787.     Screenmode requester now knows about EURO72, EURO36, SUPER72, DBLNTSC
  788.       and DBLPAL monitors.
  789.     rtGetVScreenSize() now uses VideoControl() if possible to get the
  790.       visible screen size.
  791.     File requester, font requester and screenmode requester now ignore
  792.       all key presses before the requester is completely set up.  This
  793.       should just about eliminate the problem of a gadget getting pressed
  794.       because the user typed too quickly.
  795.     File requester will use the device name of a volume if it's name is
  796.       not unique (multiple floppies called 'Empty' for example).
  797.     On Kickstart 3.0 or higher the file, font and screenmode requesters will
  798.       use memory pools.
  799.     Palette requester is now fully AGA compatible.  It uses the DisplayInfo
  800.       database to find out the palette range of the screen it is opened on.
  801.       It supports 256 colors out of a pallete of 16,8 million and should
  802.       support even beyond that (not tested since there currently is nothing
  803.       that goes beyond that :-).
  804.     Bug fix: using the close gadget of the palette requester returned 0
  805.       instead of -1 for cancel.
  806.     Bug fix: rtGetLong() requester completely misplaced the min/max display
  807.       when RTGL_TextFmt was used.
  808.     Bug fix: fixed enforcer hits in file requester when FREQF_SELECTDIRS
  809.       was used and a directory was double-clicked.
  810.     Bug fix: font style handling of rtFontRequest() was almost completely
  811.       broken.  Should work ok now.
  812.     Bug fix: min/max display in rtGetLong() requester would become garbled
  813.       during window-refreshing when the RT_ReqHandler feature was used.
  814.     Bug fix: clearing the font name gadget in the rtFontRequest() requester
  815.       and pressing Return caused the requester to return TRUE although
  816.       the 'Cancel' gadget was visibly selected.  The requester now properly
  817.       returns FALSE.
  818.     Fixed some minor errors in include files and autodoc.
  819.     Some updated catalogs included.
  820.     French install text included, translated by Benoit Mortier.
  821.     Release 1.2c of RexxReqTools included.
  822.     Version 1.2 of RTPatch included.
  823.  
  824. *****************************************************************************
  825. RELEASE 2.2 (Library version 38.390 [1.3] - 38.1194 [2.0])
  826.  
  827.     -----------------------------------------------------------------------
  828.     NOTE: All changes listed below are for the Kickstart 2.0 and higher
  829.           version of the library (unless stated otherwise).  Development of
  830.           the 1.3 compatible version of ReqTools has more or less stopped.
  831.     -----------------------------------------------------------------------
  832.     File, font and screenmode are now able to use proportional fonts, making
  833.       them truly font-sensitive.  Palette requester will accept and use a
  834.       proportional font on Kickstart 3.0 or higher only.  Note: this
  835.       required a small catalog change, so be sure to update your catalogs.
  836.     Added cool LED indicator left of the drawer gadget in the file requester.
  837.       People who dislike this can turn this feature off in the ReqTools 2.2
  838.       preference editor.
  839.     File requester will now make sure 'freq->Dir' and 'filename' are
  840.       up-to-date when a callback hook is called (RTFI_FilterFunc and
  841.       RT_IntuiMsgFunc).  If you want to rely on this please check for
  842.       this _exact_ release of ReqTools (or higher of course).
  843.     File requester will show file sizes in localized form now.
  844.     Screenmode requester now handles color depths greater than 8192 colors
  845.       correctly (will use 16K, 32K, 16M,... for high color values).
  846.       Previously the window borders could get overwritten, oops :-)
  847.     Removed hardcoded monitor names from screenmode requester code and made
  848.       screenmode requester construct the name for an unnamed mode from the
  849.       monitor name and dimensions.
  850.     Bug fix: when the SCREQF_GUIMODES flag is used the screenmode requester
  851.       will no longer show modes that haven't got the DIPF_IS_WB flag set.
  852.       This fixes the problem of truecolor Picasso II modes showing up.
  853.     Added a temporary workaround for a SAS/C bug (6.50 and earlier) creating
  854.       incorrect code for taglist switches.  Programs with a missing TAG_END
  855.       in one of their taglists will no longer crash (but are still buggy ;-)
  856.     Changed rtLockWindow() and rtUnlockWindow() nesting code.  Should work
  857.       much better now and allow for infinite nesting.
  858.     Improved calculation of spacing value in rtGetVScreenSize(), will now
  859.       properly return a spacing of 4 for A2024 monitor for example.
  860.     Release 1.2e of RexxReqTools included.
  861.     Version 2.2 of ReqTools preference editor included.
  862.     Version 1.3 of RTPatch included.
  863.  
  864. *****************************************************************************
  865. RELEASE 2.2a (Library version 38.390 [1.3] - 38.1210 [2.0])
  866.  
  867.     Bug fix: on Kickstart 3.0 (V39) the palette requester's slider values
  868.       were sometimes incorrectly displayed (palette requester will now only
  869.       use GTJ_RIGHT on V40 or higher).
  870.     Bug fix: if no locale.library was found (Workbench 2.04) the file and
  871.       font requesters would display a 'D' instead of the file/font size.
  872.     Bug fix: rtSpread() now handles the case where the total size of all
  873.       objects is larger than the total available size correctly (objects will
  874.       overlap in this case of course).
  875.     Quirk fix: file requester will no longer overlap the button gadgets when
  876.       they get too wide for the screen (german locale and lores screen for
  877.       example).  It will scale the buttons in size to make them fit.
  878.     Screenmode requester will no longer fail silently if the current mode
  879.       is invalid.  It now simply picks the first mode id from the current
  880.       list of modes.
  881.     Changed display mode filtering code slightly to fix the problem with
  882.       Picasso II monitor 2.14 (or higher) modes not showing up in the
  883.       screenmode requester.
  884.  
  885. *****************************************************************************
  886. RELEASE 2.2b (Library version 38.390 [1.3] - 38.1248 [2.0])
  887.  
  888.     Bug fix: screenmode requester had some selection problems on certain
  889.       graphic cards (Spectrum, Merlin,...).  Should be fixed now.
  890.     Directory requester will no longer hide the files in directories, but
  891.       will show them ghosted now.  Note that directories will always be
  892.       shown first in the directory requester, regardless of the ReqTools
  893.       prefs setting.
  894.     File requester now has directory completion as well as filename
  895.       completion.  Pressing Alt up/down arrow will select the directory
  896.       that most closely matches the contents of the filename string gadget.
  897.     The file requester now also has volume and assign completion.  Using
  898.       up/down arrow will select the closest matching volume.  Use the Alt
  899.       qualifier to select the closest matching assign.
  900.     The volume list will now first show the volume name, followed by the
  901.       device name.
  902.     New switch in the ReqTools preference editor to force the use of the
  903.       system default font instead of the screen font in the file, volume,
  904.       font, screenmode and palette requesters.
  905.     Fixed enforcer hits in font and screenmode requesters when an intuition
  906.       callback function (RT_IntuiMsgFunc tag) was used.
  907.     Improved method of filtering DOS devices that are shown in the file and
  908.       volume requesters.
  909.     Palette requester: pressing either Alt key with the keyboard shortcut
  910.       for red, green or blue will adjust the color value in steps of 8.
  911.     Fixed SAS/C glue code to be compatible again with the autoinitialization
  912.       and autotermination feature of SAS/C 6.50 and higher.
  913.     Added SAS/C 6.x 'tagcall' pragmas to 'include/pragmas/reqtools.h'.
  914.     Included new glue code for GCC.  Written by Gunther Nikl.
  915.     Version 2.2b of ReqTools preference editor included.
  916.  
  917. *****************************************************************************
  918. RELEASE 2.2c (Library version 38.390 [1.3] - 38.1266 [2.0])
  919.  
  920.     Since using VideoControl() to get the visible display clip only seems
  921.       to work when the screen in question is the frontmost screen the
  922.       rtGetVScreenSize() function now falls back to using QueryOverscan()
  923.       for screens that are in the back (thanks to Dietmar Eilert for
  924.       reporting this).
  925.     Changed method of filtering DOS devices that are shown in the file and
  926.       volume requesters again.
  927.     Window size and gadget layout is now calculated in a sysihack compatible
  928.       way.
  929.     Bug fix: screenmode requester should no longer "lose" characters in the
  930.       color slider values on Kickstarts below V40 (3.1).
  931.     Bug fix: fixed enforcer hits that occured when the screenmode requester
  932.       came up with an empty list (all modes filtered out e.g.).
  933.     Minor bug fix: backfill pattern in EZRequesters now uses BACKGROUNDPEN
  934.       instead of pen 0.
  935.     Polish catalogs for library and preference editor included.  Translated
  936.       by Juan Carlos Marcin Orlowski.
  937.  
  938. *****************************************************************************
  939. RELEASE 2.3 (Library version 38.1292)
  940.  
  941.     -----------------------------------------------------------------------
  942.     NOTE: Update work made by Magnus Holmgren. See start of this file for
  943.           more information.
  944.     -----------------------------------------------------------------------
  945.  
  946.     Release 1.3 of RexxReqTools included.
  947.     Recompiled using DICE 3.01. This was forced by the fact that I don't
  948.       have SAS/C (yet, at lest). As a result, the library now is a couple
  949.       of KBs larger.
  950.     Bug fix: screenmode requester now works better when showing a depth
  951.       gadget for HAM screens. Most notably, the requester will not crash
  952.       under certain circumstances, and will also handle HAM modes with a
  953.       depth of 8 (earlier, only depth 6 was supported). The HAM support was
  954.       a kind of hack, which was incomplete. Its still a hack, but it is
  955.       better now. ;)
  956.     In the file requester, when displaying the volumes list, RMB acts like
  957.       pressing the Get gadget. I.e., you can go back to the original list
  958.       by a simple RMB click. The "Volumes" gadget also acts like Get, if
  959.       pressed while the volume list is displayed.
  960.     The resizable requesters now uses "OS 3 zooming". I.e., the requester
  961.       doesn't move (unless needed) when zoomed.
  962.     Added zoom gadget for the palette requester. When zoomed, the
  963.       requester resizes to "titlebar" size; again, using OS 3 zooming if
  964.       possible.
  965.     Updated the Swedish translation a little.
  966.     In rtEZRequest, function keys can now be used to select the first ten
  967.       gadgets, if enabled in the prefs editor.
  968.     Added the 'Use function keys' option to the prefs program. Currently
  969.       this is the only way to enable this function. In the future there
  970.       will probably be a new tag/flag for this as well.
  971.     Increased the stack some requester functions allocates, if needed.
  972.       Should solve the crashing requesters with some programs when e.g.
  973.       CyberGraphX is installed.
  974.     Added missing tags to ReqTools.h (RTGL_CenterText and RTGS_CenterText).
  975.     Fixed the prefs editor so that all gadgets are updated when new
  976.       settings are loaded.
  977.     Rewrote the DICE-C glue. Now includes autoopen code.
  978.     New distribution layout. There are still two different archives, but
  979.       the contents are different little:
  980.       reqtools<ver>.lha is replaced with reqtools<ver>dev.lha, and contains
  981.       only the developer files (glue, examples, includes and autodocs). The
  982.       user archive (reqtools<ver>usr.lha) haven't changed.
  983.     The filerequester (and the font- and screenmode requester as well) will
  984.       now look better when the screen they open on have "strange" dri-pens.
  985.     Support for OS 1.3 completely dropped. The 1.3 version of
  986.       reqtools.library is no longer included.
  987.     Made a minor change in the ASL patch in RTPatch, so that it returns
  988.       errors more correctly (avoids annoying error requesters after having
  989.       cancelled certain file requesters). I hope the reassemble didn't
  990.       break anything. I haven't tested it much. ;)
  991.  
  992. *****************************************************************************
  993. RELEASE 2.4 (Library version 38.1296)
  994.  
  995.     As you may have noticed, a slightly different version numbering scheme
  996.       have been adopted. I simply removed the letter extensions. ;)
  997.     Fixed a problem in RTPatch, introduced in the re-assembly in 2.3. It
  998.       would (often, but not always) print way too much text.
  999.     Made some fixes to the installation script. I had forgot to change it.
  1000.       ;)
  1001.     Hopefully fixed the startup crash in the preferences editor.
  1002.     Included glue for Maxon Pascal, written by Falk Zuehlsdorff.
  1003.     rtEZRequestTags() was missing in new DICE glue.
  1004.     Fixed bug in password requester (used by powerpacker.library). DICE bug
  1005.       if you ask me. ;)
  1006.     French, Italian and Polish catalogs updated.
  1007.  
  1008. *****************************************************************************
  1009.  
  1010. reqtools.library written by Nico François and Magnus Holmgren
  1011.  
  1012. Thanks to o Kai Bolay for writing the Oberon interface,
  1013.           o Frank Lömker and Michael Griebling for writing the Modula-2
  1014.             interfaces,
  1015.           o Jan van den Baard and Magnus Holmgren for writing the Dice C
  1016.             libraries,
  1017.           o Martin Steppler for writing the Manx C libraries,
  1018.           o Richard Waspe and Gunter Indenhoek for writing the HighSpeed
  1019.             Pascal interfaces,
  1020.           o Chris Pressey for writing the PCQ Pascal interface,
  1021.           o Federico Giannici for the useful suggestions,
  1022.           o Peter Stuer, Gunter Indenhoek, Jorrit Tyberghein, Ives Aerts,
  1023.             Bert Wynants, Mathias Korsbäck, Christoffer Zettermark and
  1024.             Roger Nordin for beta-testing,
  1025.           o Michele Giorato for the Italian catalog translations,
  1026.           o Patrik Nordvall for the Swedish catalog translation,
  1027.           o Per Jacobsen/Jesper Juul for the Danish catalog translations,
  1028.           o Mario Gonzalez for the Norwegian catalog translations,
  1029.           o Juan Carlos Sanchez Garcia for the Spanish translations,
  1030.           o Pedro Aguiar for the Portugese translations,
  1031.           o Benoit Mortier/Georges Goncalves for the French catalog translation,
  1032.           o Dirk Vangestel for the assembly demo source,
  1033.           o Marc Duponcheel and Gunther Nikl for the GCC glue code,
  1034.           o Falk Zuehlsdorff for the Maxon Pascal glue code,
  1035.           o Marcin Orlowski for the polish translation,
  1036.           o Rafael D'Halleweyn for writing RexxReqTools,
  1037.           o Herman Stevens for being my Fido boss node and having such a
  1038.             great Amiga BBS,
  1039.           o All registered ReqTools users/developers.
  1040.  
  1041.  
  1042. "Cry, if you want to cry
  1043.  If it helps you see
  1044.  If it clears your eyes" - Soundgarden
  1045.  
  1046.  
  1047. (C) 1991-1994 Nico François
  1048.          1995 Magnus Holmgren
  1049.